home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / VirtualCurling.swf / scripts / DefineButton2_133 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-08-08  |  123 b   |  8 lines

  1. on(press){
  2.    if(_level0.waiting and player_no == 1)
  3.    {
  4.       in_progress = false;
  5.       gotoAndPlay(126);
  6.    }
  7. }
  8.